summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubtstjr2002-08-121-1/+1
* Now, malloc is fixed, remove ENOMEM hardcodeache2002-08-121-12/+11
* o Test and change to the correct directory, /var/spool/.hoststatschweikh2002-08-121-8/+5
* Fix su job control (recently introduced for PAM cleanup purposes) to notache2002-08-121-3/+6
* Use roundup2() to avoid a problem where pmap_growkernel was unableiedowse2002-08-122-2/+2
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-122-1075/+1028
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.schweikh2002-08-123-14/+17
* Fix a comment.phk2002-08-121-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-1216-15/+164
* add opt_mac.h to SRCS to unbreak module build.alfred2002-08-121-1/+1
* Warn that hex keys are the most portable.imp2002-08-122-1/+8
* Assert that the inpcb lock is held when calling tcp_output().jennifer2002-08-121-0/+2
* Declare a module service "kernel_mac_support" when MAC support isrwatson2002-08-1211-0/+74
* Introduce IO_NOMACCHECK, a flag that will be passed to vn_rdwr() torwatson2002-08-121-0/+1
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* Enforce MAC policies for the locally implemented vnode services inrwatson2002-08-122-0/+28
* Add opt_mac.h to dependencies for svr4 module, since I'm about torwatson2002-08-121-5/+5
* Another fix that wasn't pulled in from the MAC branch: therwatson2002-08-121-1/+2
* Fix missing parens in MAC readdir() check. This fix was in the MACrwatson2002-08-121-1/+1
* Teach the OSF/1 emulation layer a little more about mandatory accessrwatson2002-08-121-0/+19
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-1122-0/+7929
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-117-0/+1052
* Regenjoe2002-08-112-2/+9
* Add Palm M515.joe2002-08-112-0/+2
* - Call a SHT_REL 'relocation section' rather thanrobert2002-08-111-2/+2
* Fix sendfile(), who was calling vn_rdwr() without aresid parameter andsemenu2002-08-111-2/+2
* Fix conjugation of exists and add full stops to the messages I changed.dwmalone2002-08-111-2/+2
* Add a missing copyright for Doug. There are other files missing thisdwmalone2002-08-111-0/+28
* o Make a correction to the last change: In aio_cancel(2) return AIO_ALLDONEalc2002-08-111-2/+2
* Make kern.log_console_output a tuneable aswell as a sysctl.dwmalone2002-08-111-0/+1
* Fix a bug where you couldn't start top in a very small window. Nowdwmalone2002-08-111-0/+2
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-1116-20/+98
* Simplify some things to use libufs-provided functionality here, such as thejmallett2002-08-111-21/+28
* Initialise disk->d_ufs so that in sblock.c it's always initialisedjmallett2002-08-111-0/+1
* Update manpage to match the code, vfsload() isn't usedmux2002-08-111-4/+2
* Update manpage to match the code, vfsload() is not usedmux2002-08-111-4/+2
* Update manpage to match the code, we don't usemux2002-08-111-5/+0
* Update the manpage to match the code. The mount utilitiesmux2002-08-111-24/+2
* Pc98 does not have the agp device.nyan2002-08-113-3/+0
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-1111-37/+37
* The kldload() system call doesn't return 0 when it succeeded,mux2002-08-111-1/+1
* main.c:450: warning: `targs' might be used uninitialized in this functionru2002-08-111-1/+1
* Locale environment variables influence wc(1) regardless of whether thetjr2002-08-111-4/+1
* Use the iswspace(3) function now that it's been implemented.tjr2002-08-112-5/+5
* Correct boundary condition error in `D' and `P' commands when the lasttjr2002-08-111-6/+3
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-113-16/+16
* o In aio_cancel(2), make sure that p->p_aioinfo isn't NULL beforealc2002-08-111-0/+2
* Allow redirections by themselves between "&&" and "||" operators.tjr2002-08-111-3/+2
* Add #include <sys/sysctl.h>. In my tree, mount.h includesmux2002-08-111-0/+1
* Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8)mux2002-08-111-2/+0
OpenPOWER on IntegriCloud