Age | Commit message (Expand) | Author |
1999-10-26 | modify bootapiver chekups to use bitwise operations. | Michael Shalayeff |
1999-10-26 | Clean up function declarations. | Jason Downs |
1999-10-26 | Fix inline function decls to work with C++. | Jason Downs |
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist |
1999-09-20 | kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERS | Theo de Raadt |
1999-09-20 | crank default limits | Theo de Raadt |
1999-09-20 | permit config file overriding of NKPDE | Theo de Raadt |
1999-09-17 | grown i386 kvm to 512MB | Theo de Raadt |
1999-09-17 | Avoid aliasing problems in K&R C. | Marc Espie |
1999-09-12 | Fix rootdev handling, use disk checksums to find the device we were booted | Tobias Weingartner |
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff |
1999-08-20 | teach it about Rise cpus; wd@ics.nara-wu.ac.jp | Theo de Raadt |
1999-08-12 | IDT WinChip models; wd@ics.nara-wu.ac.jp | Theo de Raadt |
1999-08-09 | missing const in bus_space_write_region_*; niklas@ ok | Michael Shalayeff |
1999-08-05 | Updated brooktree driver from Roger Hardiman | Niklas Hallqvist |
1999-08-04 | Match bus_dma api with NetBSD; deprecate BUS_DMAMEM_NOSYNC, introduce | Niklas Hallqvist |
1999-07-26 | Some people don't have enough RAM in their PCs and expect swapping to | Constantine Sapuntzakis |
1999-07-23 | From NetBSD; let i386 run audio at a high IPL | Niklas Hallqvist |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski |
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 |