summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We use the stock 3.1.0 file now.obrien2001-11-021-84/+120
* We use the stock 3.1.0 file (other than needing $FreeBSD$).obrien2001-11-021-231/+584
* Factor the common parts of the Makefile.foo files. This introduces twoimp2001-11-028-1791/+343
* Merge revision 1.2 (unspam l10n ranges check) into Gawk 3.1.0.obrien2001-11-021-287/+271
* Merge revs 1.9 (don't choke on long lines),obrien2001-11-021-222/+596
* Better error messages for the cases where device_add_child fails. Weimp2001-11-021-2/+8
* Well spell it "gnuregex.h".obrien2001-11-021-92/+203
* o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),rwatson2001-11-021-5/+3
* Back out the -w, option strict and our($...). They don't work for me andimp2001-11-021-3/+3
* o Remove the local temporary variable "struct proc *p" from vfs_mount()rwatson2001-11-022-14/+14
* Remove an extra " that crept into a string.silby2001-11-021-1/+1
* This commit was generated by cvs2svn to compensate for changes in r85898,obrien2001-11-02206-12113/+41490
|\
| * Update vendor branch to gawk-3.1.0.obrien2001-11-02232-14093/+46131
* | Argh!phk2001-11-022-42/+0
* | o Introduce group subset test, which limits the ability of a process torwatson2001-11-021-8/+36
* | Add empty shell for nmount syscall (take 2!)phk2001-11-022-0/+42
* | o Add new header <sys/stdint.h>.mike2001-11-0227-28/+2716
* | Add nmount() stub function and regenerate the syscall-glue which shouldphk2001-11-027-7/+59
* | Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>phk2001-11-021-0/+3
* | Rather than just change the arguments to suser() change the function tomike2001-11-021-1/+1
* | Don't hide the failure to allocate device behind boot verbose. It isimp2001-11-021-3/+2
* | Print a warning when device_add_child returns NULL. This used to beimp2001-11-021-0/+5
* | Always set unit number to -1 unless some other unit is specified inimp2001-11-021-0/+1
* | + Fix another possible vn_close race, in the same fashion as r1.95.jlemon2001-11-021-5/+6
* | o Add a comment to p_candebug() noting that the P_INEXEC check shouldrwatson2001-11-021-1/+6
* | The sound drivers live in sound/driver, not sound/driversimp2001-11-022-2/+2
* | Merge from POSIX.1e Capabilities development tree:rwatson2001-11-021-2/+17
* | Merge from POSIX.1e Capabilities development tree:rwatson2001-11-021-6/+17
* | Fixed sioreg.h path.nyan2001-11-021-1/+1
* | o Capabilities cap_check() interface revised to remove _xxx, so renamerwatson2001-11-021-1/+1
* | Typo correction: detailled -> detailed.keramida2001-11-021-10/+10
* | o Since kern_acl.c uses #ifdef CAPABILITIES to controlrwatson2001-11-023-0/+6
* | o Merge recent changes from the POSIX.1e capability tree:rwatson2001-11-021-0/+17
* | Document support for VIA 82C596 ATA-33 and ATA-66.asmodai2001-11-021-0/+2
* | phkmalloc->evilchecks++;phk2001-11-021-3/+13
* | Add notice about early use from malloc.c forbidding malloc use fromphk2001-11-021-0/+5
* | Call ast() from exception_restore when we are restoring to user mode.dfr2001-11-022-16/+24
* | Use static storage for the unwind state so that we can still get backtracesdfr2001-11-021-4/+22
* | #ifdef KTRACE a variable to silence a warning.phk2001-11-021-0/+2
* | Explicitely mention this driver supports the RealTek 8029.asmodai2001-11-021-1/+2
* | Fix alignment of the chipsets to the largest one described.asmodai2001-11-021-1/+1
* | In order to perform faster when doing "head -n", use a pair ofalfred2001-11-021-7/+8
* | style(9) cleanup.phk2001-11-022-53/+52
* | change a global into a local, misc style fixesalfred2001-11-021-7/+5
* | Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1.phk2001-11-021-13/+23
* | Remember to actually free the pv_entry in pmap_remove_entry().dfr2001-11-021-0/+1
* | Emit a warning if the mbuf or mbuf cluster allocation failed.jlemon2001-11-021-0/+4
* | Cosmetic: Don't output a blank line if a driver providesyar2001-11-021-2/+1
* | argh! cut/paste typo. :-(peter2001-11-021-1/+1
* | "Fix" a problem that got copied from alpha to ia64 and broke there.peter2001-11-022-2/+6
OpenPOWER on IntegriCloud