Age | Commit message (Expand) | Author |
1999-07-06 | for CTRL-ALT-DEL, send SIGUSR1 to initproc | Theo de Raadt |
1999-06-03 | use __builtin_next_arg() for va_start() | Theo de Raadt |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff |
1999-03-23 | Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change | Todd C. Miller |
1999-03-09 | add more 'cc' usage, actually overestimating gcc's smartness; also fix curren... | Michael Shalayeff |
1999-03-08 | Add support for CPUID level 2. This is used to determine the L2 cache size | Jason Downs |
1999-02-26 | change pmap_{de,}activate to take a struct proc *. | Artur Grabowski |
1999-02-26 | typedefs for {v,p}addr_t and {v,p}size_t needed by uvm. | Artur Grabowski |
1999-02-26 | some defines needed by uvm | Artur Grabowski |
1999-02-24 | pIII handling; testing by jdb@layer8.net | Theo de Raadt |
1999-02-23 | apm battery status messages now suppressed until battery life | Marco S Hyman |
1999-02-17 | oops | Theo de Raadt |
1999-02-17 | elf for freebsd; chris@dqc.org | Theo de Raadt |
1999-02-15 | more definitions from apm 1.2 | Michael Shalayeff |
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie |
1999-01-08 | move spinlock.h into the real world | David Leonard |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller |
1998-10-10 | Sync with FreeBSD; add ioctls. | Jason Downs |
1998-10-04 | typo | Niklas Hallqvist |
1998-09-06 | compat with NetBSD + more *_raw_* extensions I need | Niklas Hallqvist |
1998-08-30 | Add extra cpu_setup argument. | Jason Downs |
1998-07-27 | oops, remove bugus trailing spaces | Marco S Hyman |
1998-07-27 | Fix BATT_REMAINING macro so it returns values in minutes (as documented) | Marco S Hyman |
1998-07-23 | brooktree driver, hacked by matthieu. This needs cleaning now that it is in t... | Theo de Raadt |
1998-07-18 | add ioctl to apm to set message display to one of three states: | Marco S Hyman |
1998-06-08 | consdev to come | Michael Shalayeff |
1998-06-04 | cpuid return values for sysctl | Jason Downs |
1998-05-28 | grow kernel malloc area by 2M | Michael Shalayeff |
1998-05-25 | Remove gobs of unneeded code. | Jason Downs |
1998-05-25 | Add support for feature bit listing; fix #defines. | Jason Downs |
1998-04-25 | convert i386 to MNN | Michael Shalayeff |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1998-02-24 | First commit of /boot changes/fixes. More to come. | Tobias Weingartner |
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt |
1998-02-17 | add an in-kernel /dev/xf86 aperture driver. the 'machdep.allowaperture' | Matthieu Herrb |
1998-02-08 | nicer | Theo de Raadt |
1998-02-08 | Forward declare struct proc | Niklas Hallqvist |
1998-01-29 | Make profiling work, mostly from NetBSD | Niklas Hallqvist |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist |
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist |
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos |
1998-01-09 | Make booting new kernels with old bootblocks moer robust | Niklas Hallqvist |
1997-12-17 | New CPU detection code, from NetBSD, with some machdep changes from myself. | Jason Downs |
1997-12-09 | Intel P5 f00f workaround; weingart & who knows who else | Theo de Raadt |
1997-11-11 | put protos inside #ifdef _KERNEL | Theo de Raadt |
1997-11-10 | Use vfs lite2 lockmanager. Add advisory locking. some KNF. | Niklas Hallqvist |