mbalmer
0f58fac97e
fix language
2010-01-28 14:12:11 +00:00
jnemeth
c14fd5dcde
first Apple Macintosh, 1984
2010-01-24 22:56:12 +00:00
dholland
e5f6e006f6
punctuation
2010-01-24 20:13:28 +00:00
pooka
830034140c
Add static to packdevi() like the local prototype says.
2010-01-21 18:06:38 +00:00
simonb
dea9b0fedb
Use TAB as a separator to be consistent with the rest of this file.
2010-01-21 01:59:09 +00:00
jnemeth
a485eea416
add Buzz Aldrin, second man on the moon
2010-01-20 22:56:59 +00:00
ginsbach
2dfe7f3174
- Fix bug where -o outfile fails when outfile does not exist. Pointed
...
out by Tony Finch.
2010-01-20 19:02:42 +00:00
dholland
dcf56c99e1
Remove some leftover bits of tn3270 that got left behind.
2010-01-17 04:15:41 +00:00
christos
a6b956aa6c
- we don't need stdbool.h anymore.
...
- the previous fix for the negative index logic was wrong, fix it.
2010-01-16 21:26:59 +00:00
roy
8dafc5727f
Remove tn3270 from base system.
...
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.
2010-01-16 15:34:22 +00:00
mbalmer
8f42635938
fix wording:
...
instead of the a file -> instead of a file
2010-01-16 08:50:29 +00:00
joerg
642cfb40e9
Use .%U instead of .%O for URLs.
2010-01-15 19:39:10 +00:00
christos
aa0d683311
Add a list of functions where we usually don't care about their return
...
code. Can be bypassed by -hh
2010-01-14 16:58:27 +00:00
christos
d449716afd
error message cleanup
...
- 1 -> EXIT_FAILURE
- fprintf(stderr, -> warnx(
- better warning messages
2010-01-12 14:45:31 +00:00
christos
b8afdde726
- 1 -> EXIT_FAILURE
...
- avoid assertion firing when hitting ^D in CC: line.
2010-01-12 14:44:24 +00:00
christos
533d2abbab
- 1 -> EXIT_FAILURE
...
- preallocate child struct, since the signal handler can be called before
wait_child, and we cannot allocate a child struct there. there is a signal
race still here if the program exits and the signal handler is called before
we allocate the struct.
2010-01-12 14:43:31 +00:00
lukem
7858a04d0e
rename argument from "bool" to "val"
2010-01-12 06:50:04 +00:00
christos
039ab08b25
fix hex double parsing.
2010-01-11 16:28:06 +00:00
dholland
ea99ee8691
fix some typos
2010-01-11 09:03:46 +00:00
joerg
06c042e9bc
Plug a memory leak. From Igor Zinovik.
2010-01-10 01:10:16 +00:00
mbalmer
f5e8307179
When restoring files, use the mode, not the filetype, for the mode.
...
From FreeBSD (r201630)
2010-01-09 09:27:42 +00:00
kiyohara
5a06e069fd
Fix a bug.
...
always mkdir for 'objs' and 'objdir' when NEW_TOOLCHAIN.
2010-01-09 06:37:57 +00:00
jnemeth
0ec6aab4dd
add Stephen Hawking, 68 today
2010-01-09 01:24:18 +00:00
sjg
03c533138a
We need to have set curdir before calling Dir_FindHereOrAbove().
...
We can call getcwd again if -C is used.
2010-01-04 17:05:25 +00:00
dsl
99db72360c
Remove some sign compare warnings.
2010-01-02 16:08:20 +00:00
christos
f550d323b5
don't repeat the word login twice (syslog prepends the program name login:)
2009-12-29 20:15:15 +00:00
christos
c56d2f766e
kill the space in address formatting to match what other daemons do.
2009-12-29 19:27:43 +00:00
christos
d74e5fa896
PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not
...
log ip addresses.
- Factor out the common code in login.c and login_pam.c into common.c
- Always log a login event
- Check passed in sockaddr against the one from getpeername(2).
2009-12-29 19:26:13 +00:00
tsutsui
ba6eca2794
Use %zu for size_t, not %zd.
2009-12-19 10:27:13 +00:00
hubertf
f092da9a2f
Conditionalize the yyinput/input() function definition the same way
...
as it's always been done in the prototype.
OK christos@
2009-12-15 22:46:04 +00:00
mrg
f4f977dbc5
make this actually build on mips64.
2009-12-15 04:06:43 +00:00
uebayasi
ad7af028ce
Fix typo in previous.
2009-12-14 17:16:12 +00:00
uebayasi
54fa447685
Merge from matt-nb5-mips64; adapt to vaddr_t / vsize_t format specifiers.
2009-12-14 14:29:09 +00:00
uebayasi
338fe7370e
Adjust size_t format specifiers for mips64e[bl].
2009-12-14 14:11:32 +00:00
uebayasi
fce6fcbb2c
Teach crunchide(1) that mips64e[bl] is 64-bit ELF.
2009-12-14 14:01:10 +00:00
christos
3ca6a849fc
use .ORDER to avoid race
2009-12-14 05:23:39 +00:00
dholland
10a5ee8495
Don't attempt to read or write ~/.lesshst if it's not a regular file
...
or a symlink to a regular file. Previously, symlinking to /dev/null
would cause less to trash /dev/null if run with sufficient privileges,
as seen in PR misc/42237.
While the official way to disable .lesshst is to set an environment
variable, that is problematic in some cases, such as single-user mode.
A safer way to prevent even an unpatched less from writing anything
out is to mkdir ~/.lesshst.
2009-12-14 03:58:27 +00:00
matt
82d396ea31
Merge from matt-nb5-mips64
2009-12-14 00:43:05 +00:00
matt
c31d577a8c
Merge from matt-nb5-mips64
...
Teach lint about mips64
2009-12-14 00:42:06 +00:00
mrg
118cb193d7
- adjust the logic for compat ldd: add an elf32_compat module and arrange
...
for mips64 to build this with MLIBDIR set to o32
- make mips64 ldd call elf32_compat_ldd as well
- make mips64 elf64 set MLIBDIR to 64
- don't need ld.elf_so's Makefile.ld32 files anymore (they are going away
soon anyway)
tested on amd64 and sparc64, and an earlier version tested on mips64.
2009-12-13 08:50:56 +00:00
uebayasi
afecdcdcbc
Use $GENCMD to generate misc.[ch]. Carefully quote strings.
2009-12-11 16:10:56 +00:00
plunky
75847ce3f8
accept uppercase hex digits when parsing a provided key
2009-12-10 18:57:31 +00:00
wiz
3d8b25a8ff
Fix problem of reporting wrong matches noted in PR 41945 by using a patch
...
provided by Robert Elz in that PR.
2009-12-08 13:49:08 +00:00
mbalmer
74f49bc48d
s/the the/the/
2009-12-08 09:46:01 +00:00
mbalmer
559e4d0905
make sense, s/the the/with the/
2009-12-08 09:45:15 +00:00
uebayasi
f5321e7bbf
Put back the dependency of dump.c agaist misc.h. This is needed because
...
dump.c includes misc.h but misc.h is generated on-the-fly.
Note that dump.c is out of the makeerrnos.sh -> misc.[ch] generation rule
now. This prevents ktruss from being unnecessarily rebuilt in rescue/.
Pointed out by enami@, thanks!
2009-12-08 02:56:37 +00:00
christos
8f7e9f408c
PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support.
...
Print the current status.
2009-12-07 18:48:45 +00:00
uebayasi
acfaaf21f8
Correct the dependency; makeerrnos.sh generates misc.c and misc.h. dump.c
...
is never involved there. Those dependency has been wrong since Rev. 1.1.
2009-12-06 14:37:36 +00:00
pooka
70d4493c77
Remove the portalfs kernel file system driver. Replace mount_portal(8)
...
with a version based on puffs. User functionality remains the same.
2009-12-05 20:11:01 +00:00
plunky
e16149e27c
add alias for Plug'n'Play Information service UUID.
...
(This is sometimes used in HID devices to provide manufacturer information)
2009-12-05 16:54:13 +00:00