Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-21 | Add Debugger prototype for gcc nit picking; garnett@cs.colorado.edu | Todd C. Miller | |
1998-08-20 | avoid double fault during early boot; rvb | Theo de Raadt | |
1998-08-20 | some pmap definitions | Michael Shalayeff | |
1998-08-20 | some cmu/osf-derived pmap, hacked all over | Michael Shalayeff | |
1998-08-20 | If there are no SFILES, don't try to .depend them; run over by: ↵ | Jason Wright | |
emory@hellyeah.com | |||
1998-08-19 | union sigval; garnett@cs.colorado.edu | Todd C. Miller | |
1998-08-19 | please gcc 2.8 | Todd C. Miller | |
1998-08-18 | bye bye old compats | Theo de Raadt | |
1998-08-18 | wrong, smurph | Theo de Raadt | |
1998-08-18 | halt processor when idle if either APM is enabled or PCTR is not enabled; | Marco S Hyman | |
my idle portable: approx 320000 instructions per second my portable during a make build: as high as 21000000 instructions per second | |||
1998-08-18 | add powerpc_btop() and powerpc_ptob() macros for consistency with other ports | Todd C. Miller | |
1998-08-18 | add mvme88k_btop() and mvme88k_ptob() macros for consistency with other ports | Todd C. Miller | |
1998-08-18 | s/dec/dev/ | ryker | |
1998-08-18 | Let mac68k kernels compile outside of arch/mac68k/compile; d@fnarg.net.au. | ryker | |
1998-08-18 | Make mac68k sys compile. | ryker | |
1998-08-18 | Add sparc_btop and sparc_ptob for consistency with other ports | Todd C. Miller | |
1998-08-18 | fixed passing of bugargs to kernel. | Steve Murphree | |
1998-08-18 | New bootblocks code to work with bootxx. | Steve Murphree | |
1998-08-18 | Changed volume id to m88k. Fixed command line args. | Steve Murphree | |
1998-08-17 | Fix i386 kernel crash so that register context is saved in a better place. | Constantine Sapuntzakis | |
1998-08-16 | don't map DMA across boundaries; from NetBSD (don't know who). | Jason Downs | |
1998-08-13 | Make loadbsd aware of poolmem (mainly, kill poolmem before scanning the | Marc Espie | |
memory list) | |||
1998-08-13 | MD devices | Michael Shalayeff | |
1998-08-13 | Fix card list: Robert Earl <rearl@teleport.com>. | Jason Downs | |
1998-08-10 | no need for microcode deps. aic is fine anyway | Michael Shalayeff | |
1998-08-10 | use drq2 for record drq in gus configuration instead of flags, reported by | Niels Provos | |
xkill@uq.net.au. | |||
1998-08-10 | allow -d option to work with -c [change screen] | Todd C. Miller | |
1998-08-10 | reflect reality | Todd C. Miller | |
1998-08-09 | Wait for ACK's back from the kbd controller when setting typematic rate. | Todd C. Miller | |
Fixes a hang when starting X windows on pc's with picky kbd controllers. | |||
1998-08-08 | Some programs would like to use the old tty support..., compile with | Dale S. Rahn | |
COMPAT_43 | |||
1998-08-08 | The world doesn't need 'em. | Jason Downs | |
1998-08-07 | fix PMS_INT_DISABLE | Theo de Raadt | |
1998-08-07 | fdc is fdc, fd is fd | Michael Shalayeff | |
1998-08-07 | Add kernel support for debugging with gdb. This also make /proc allow | Dale S. Rahn | |
access to the registers. The format of the registers returned in ptrace, /proc and in the coredump header match what gdb was expecting. Floating point registers are not yet copied into the structure. The location of the fpr needs to be found and copied. <- TODO Changes to trap.c was to add some interm debugging. code is commented out. powerpc does not currently have a MID_* type, since it uses ELF instead of a.out, one was never added. Currently the coredump is done in form of MID_NONE. What is the correct approach for this?? Elf format coredumps... maybe? | |||
1998-08-07 | Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy. | Dale S. Rahn | |
1998-08-07 | Shrink kernels and make work for ramdisks better. (so they fit on floppy) | Dale S. Rahn | |
1998-08-06 | Some small fixes for non ofw systems | Per Fogelstrom | |
1998-08-04 | fix resid wrt debugging printf | Todd C. Miller | |
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller | |
1998-08-04 | fix type of resid in printf | Todd C. Miller | |
1998-08-04 | Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2. | Jason Downs | |
1998-07-30 | LIF file system | Michael Shalayeff | |
1998-07-30 | lif file device for tape, net, etc boot | Michael Shalayeff | |
1998-07-29 | real user .text base | Michael Shalayeff | |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
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 | |
not seconds | |||
1998-07-27 | make LIF definitions machine-wide | Michael Shalayeff | |
fix bug w/ blank LIF file names (\t crept into "" string), use memset don't prepend names w/ SYS_ | |||
1998-07-27 | machine-wide LIF definitions | Michael Shalayeff | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |