]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-09-01 acheDescribe ESPIPE as result of unspecified file-position...
2001-09-01 acheDescribe file-position behaviour from POSIX
2001-09-01 acheStrict in the POSIX sence, if file position is unspecif...
2001-09-01 acheIf lseek to wrong value sucessfully happens despite...
2001-09-01 acheIf position is underflowed, don't try to hide that...
2001-09-01 ddNew release note: syslogd -b
2001-09-01 n_hibmaFirst check whether the USB transfer was cancelled...
2001-09-01 n_hibmaRegen.
2001-09-01 n_hibmaSpelling nit.
2001-09-01 sosMake "atapi less" kernels link again.
2001-09-01 ddIntroduce a -b option that allows the user to specify...
2001-09-01 dillonUndo last commit. The problem's been fixed for a long...
2001-09-01 krisUpdate a duplicate quotation.
2001-09-01 krisFix some unsafe signal handlers, and be careful not...
2001-09-01 krisDon't do unsafe activities in the syscall handler.
2001-09-01 krisRemove some unsafe function calls from the signal handlers.
2001-09-01 dillonPushdown Giant for: profil(), ntp_adjtime(), ogethostna...
2001-09-01 bmahIt is *indeed* possible to run Alpha Linux binaries...
2001-09-01 dillonGiant pushdown sys_exit(), [o]wait(), wait4()
2001-09-01 dillonGiant Pushdown ACL syscalls:
2001-09-01 dillonregenerate syscalls
2001-09-01 dillonMake yield() MPSAFE.
2001-09-01 dillonPushdown Giant for acct(), kqueue(), kevent(), execve...
2001-09-01 acheBack out disabling ungetc() at 0, use different solution:
2001-09-01 jhbAxe stale mp_fixme().
2001-09-01 rwatsono Attach cap_cmp.c and cap_copy.c to the build.
2001-08-31 rwatsono More conservative permissions for kerberos.log: 600...
2001-08-31 acheDescribe EOVERFLOW I implement per POSIX.
2001-08-31 msmithDon't claim memory resources owned by a PNP0C01 device...
2001-08-31 murrayAdd an entry for the Zip 250.
2001-08-31 dillonPushdown Giant for nfs syscalls (nfssvc())
2001-08-31 dillonMake various posix4 system calls MPSAFE (will fixup...
2001-08-31 murrayAdd entries for 3wire terminals. (carrier not supplied...
2001-08-31 dillonmake swapon() MPSAFE (will adjust syscalls.master later)
2001-08-31 dillonAdd FD_SETSIZE warning to types.h
2001-08-31 dillonmark obreak() and ovadvise() as being MPSAFE
2001-08-31 murrayAdd ID for the Best Data Smart One 56SPS Voice modem.
2001-08-31 mjacobadd 2300/2312 notes
2001-08-31 mpExit gracefully when a SIGHUP is received. This prevent...
2001-08-31 rwatsono Screw over users of the kern.{security.,}suser_permit...
2001-08-31 mjacobadd 2300/2312 references
2001-08-31 murrayCorrect the ID for the ALS0120 PnP Joystick. It is...
2001-08-31 mjacobnote 2300/2312 support
2001-08-31 mjacobAdd 2 Gigabit Fibre Channel support (2300 && 2312 cards...
2001-08-31 mjacobAdd 2300/2312 (2Gbit) firmware.
2001-08-31 murrayAdd OMRON ME5614ISA PnP modem.
2001-08-31 acheAdd originally missing __sinit() call.
2001-08-31 acheSimplify offset underflow checks even more
2001-08-31 murrayAdd PCI device IDs for Kuotech dual port serial cards.
2001-08-31 jkhPreserve /etc/hosts.allow and /etc/dhclient.conf during...
2001-08-31 acheDescribe that we disallow ungetc at offset 0 now.
2001-08-31 jkhWhoops, forgot a hunk on the previous patch. Fix RTSOL...
2001-08-31 jkhPR: 26187
2001-08-31 acheDisallow ungetc at offset 0 (to prevent negative offset...
2001-08-31 acheDrop buffer first, _then_ ask for real position
2001-08-31 acheThe same big piece of ftell code repeated in 3 places...
2001-08-31 msmithDon't activate placeholder resources; it can be very...
2001-08-31 bmahWhitespace-only commit that can be ignored by translators.
2001-08-31 bmahdiskcheckd(8) is gone from the base system, so undo...
2001-08-31 ruSECURITY: Drop `setgid kmem' bit as early as possible.
2001-08-31 ruSort predicates.
2001-08-31 ddThe file_descriptor argument to -t isn't optional,...
2001-08-31 ddMake the 'echo' output for blanktime and scrnmap consis...
2001-08-31 acheIf file offset is smaller than internal buffer characte...
2001-08-31 jlemonAdd missing "opt_inet6.h" header.
2001-08-31 jlemonWhitespace change.
2001-08-31 acheInitialize _offset to 0 in fopen(), it helps to optimiz...
2001-08-31 acheDetect fp->_offset overflow on read
2001-08-31 rumdoc(7) police: minor formatting tweaks.
2001-08-31 ruSynch with NetBSD and OpenBSD.
2001-08-31 alexFinal way: Don't include /etc/defaults/make.conf at...
2001-08-31 jmasAdd myself.
2001-08-31 alexDon't .error, if /etc/defaults/make.conf exists. This...
2001-08-31 bdeFixed style bugs in rev.1.4, including clobbering of...
2001-08-31 bdeDon't clobber the default for CFLAGS.
2001-08-31 bdeDon't clobber the default for CFLAGS.
2001-08-31 ruAdd manpage for inet_net_ntop(3) and inet_net_pton(3).
2001-08-31 ruUse ``.Rv -std'' wherever possible.
2001-08-31 rwatsono Move definition of CAP_MAX_BUF_LEN to sys/capability.h
2001-08-31 peterSimilar to changes on i386/alpha/etc pmap.c; converge...
2001-08-31 peterConverge with i386/alpha/etc pmap.c for pmap_new_proc...
2001-08-31 peterSame as i386/i386/pmap.c: clean up some style. This...
2001-08-31 peterSame treatment as i386/isa/pmap.c - clean up some style...
2001-08-31 takawataCall OS-independent resume routine to execute _WAK...
2001-08-31 mikeRevert previous delta; <arpa/inet.h> isn't quite ready...
2001-08-31 ericAttempt to make key behavior more clear.
2001-08-31 mikeo Deprecate byteorder(3) prototypes from <sys/types...
2001-08-31 peterDo a style cleanup pass for the pmap_{new,dispose,etc...
2001-08-31 jlemonRemove already commented out entry for pci/fxp.c
2001-08-31 jlemonThe fxp driver has lived in dev/fxp for some time,...
2001-08-31 rwatsonPrototypes for cap_equal_np() and cap_subset_np().
2001-08-31 rwatsonNote that ASU is now deprecated.
2001-08-31 msmithRevert previous "fix"; bus mice still have to be manual...
2001-08-31 rwatsono Use .Fx to refer to FreeBSD
2001-08-31 rwatsono Remove definition of CAP_MAX_BUF_LEN since it is...
2001-08-31 peterTidy up cpu_fork() a little. This is mainly for change...
2001-08-31 rwatson Introduce implementations of POSIX.1e non-portable...
2001-08-31 ericProperly move cursor when home and end keys are used.
2001-08-31 dillonCleanup
2001-08-31 dillonGet rid of most of the GIANT_XXX assertion defines...
next