millert
|
bbb3533e89
|
Merged our changes back into 4.4BSD version.
Can't do "find -ls" since we need to store the date in an absolute format
(ls -T). Use "find -print0" | xargs -0 instead.
|
28 years ago |
michaels
|
6e53e16eb7
|
install locate.rc, noted by millert.
|
28 years ago |
kstailey
|
dc3ce4d77a
|
adjust scanner stanza to match the other MAKEDEVs
|
28 years ago |
millert
|
793be43ede
|
Update from NetBSD.
- correct two .Fn references to forkpty()
- describe retval of forkpty(); it can return PID as well
- add xref to fork(2)
|
28 years ago |
niklas
|
7f60de1380
|
64-bit cleanup + pedantic -W flags
|
28 years ago |
niklas
|
4dbdb68e0e
|
more 64bit fixes
|
28 years ago |
millert
|
0baab24189
|
Deal with leading whitespace in find output. Fixes problem of devices
showing up in the setuid list ;-)
|
28 years ago |
niklas
|
fae65a16e0
|
64 bit clean
|
28 years ago |
kstailey
|
fbda0fcd0b
|
removed plus sign from start of line
|
28 years ago |
kstailey
|
7d7d4afce8
|
add gnu to cdpath
|
28 years ago |
downsj
|
91716e4506
|
Fix more libss stuff.
|
28 years ago |
downsj
|
cd70705e5c
|
Move libss to the main tree.
|
28 years ago |
etheisen
|
27a85430e6
|
sys/types.h will serve us better than machine/endian.h.
|
28 years ago |
etheisen
|
71c3f93b1f
|
memcpy needs proto from string.h.
|
28 years ago |
etheisen
|
79c43308cc
|
Include <machine/types.h> for now.
|
28 years ago |
niklas
|
1de8371c9a
|
Add OpenBSD tags, use ansi-m as terminal type on wscons ttys
|
28 years ago |
kstailey
|
98c012ceb2
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
fe357778cd
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
2cceb402c4
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
381ce78d14
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
89e4a7abb9
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
ac33b7dd9c
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
3340f18317
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
5899c6898d
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
kstailey
|
ff78c7397e
|
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
28 years ago |
downsj
|
ca4be1b22a
|
Move libcom_err out of Kerberos, change include location.
|
28 years ago |
downsj
|
3612e13056
|
Revert.
|
28 years ago |
downsj
|
afae300ef9
|
By default, run telnetd with -k (no auto kludge)
|
28 years ago |
deraadt
|
c193bcf0e6
|
only run calendar on yp server; from matthieu@laas.fr
|
28 years ago |
deraadt
|
fa923be599
|
give floppies real partitions
|
28 years ago |
downsj
|
3004c3dde6
|
install gnu/ext2fs
|
28 years ago |
tholo
|
7af36f2b76
|
Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH
|
28 years ago |
deraadt
|
ea59b83d22
|
timed off by default
|
28 years ago |
deraadt
|
fea7421820
|
explain better how to make exportable bins
|
28 years ago |
millert
|
7bc465ac16
|
nobody gid == nobody uid (32767)
|
28 years ago |
deraadt
|
1c34ee94c3
|
nobody wants a group name
|
28 years ago |
michaels
|
9199afb22b
|
typo.
|
28 years ago |
tholo
|
32165733ef
|
Deal correctly with time zones
|
28 years ago |
tholo
|
0325b878d5
|
Do not enable putc() macro implementation if _POSIX_SOURCE is defined;
it is not fully compliant
|
28 years ago |
etheisen
|
3c7bddd712
|
OLF.
|
28 years ago |
tholo
|
9bd79ef654
|
Manpage update to match changed functionality; by alex@FreeBSD.org
|
28 years ago |
tholo
|
a4b685dc2e
|
Correct a typo in _POSIX_SSIZE_MAX
Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size,
not the supported on (we have sysconf for that)
|
28 years ago |
downsj
|
c929e54643
|
add decl
|
28 years ago |
tholo
|
7128f5a83e
|
POSIX requires stdio buffers be flushed on abort
|
28 years ago |
tholo
|
0f388ec0c1
|
Update to work properly with output from find -ls; also skip commented out
lines in /etc/exports
|
28 years ago |
mickey
|
7f0686c6c5
|
add random device
|
28 years ago |
niklas
|
d30e28dbe8
|
add devices to all & floppy case. Fix acd device creation
|
28 years ago |
downsj
|
0346da1a49
|
_PW_YPTOKEN
|
28 years ago |
deraadt
|
4dc865ca36
|
unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd
|
28 years ago |
downsj
|
ce50b483f0
|
pms0r -> psm0
|
28 years ago |