Age | Commit message (Expand) | Author |
2001-08-30 | intialize g2 and g7 in trapframe setregs from tf pc so that pc isn't set to | Jason Wright |
2001-08-30 | typo in the comment. | Mike Pechkin |
2001-08-30 | typo in comment. | Grigoriy Orlov |
2001-08-30 | Change getnewbuf interface so that getnewbuf always return | Grigoriy Orlov |
2001-08-30 | disable TRAPTRACE and fix a compile error with DEBUG. | Artur Grabowski |
2001-08-29 | less defines | Michael Shalayeff |
2001-08-29 | make set/get screen work now | Michael Shalayeff |
2001-08-29 | initialize ac_enaddr from sc_enaddr | Jason Wright |
2001-08-29 | - modify probe routine to check the 'compatible' property for matching and | Jason Wright |
2001-08-29 | rcsid | Jason Wright |
2001-08-28 | an attempt at deuglification of the previous commit (It's still ugly, tho) | Jason Wright |
2001-08-28 | Relax restriction on buffer length being % 4 = 0 for the last entry in the | Jason Wright |
2001-08-28 | don't reference seminfo if SYSVSEM isn't defined | Jason Wright |
2001-08-28 | Getting closer to working userland MAC. | ben |
2001-08-28 | Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do. | Janne Johansson |
2001-08-28 | Add new ioctls to securelevel check, from Can Erkin Acar | Daniel Hartmeier |
2001-08-28 | Bump state timeouts and allow tweaking them from pfctl. | Mike Frantzen |
2001-08-27 | get direction of read/write correct in calls to bus_dmamap_sync() | Jason Wright |
2001-08-27 | reverse read/write directions in bus_dmamap_sync calls since I misunderstood ... | Jason Wright |
2001-08-27 | Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible. | Jason Wright |
2001-08-27 | cold is in <sys/systm.h> | Miod Vallat |
2001-08-27 | initial support for non-HMAC md5/sha1 (work by ben@ and myself) | Jason Wright |
2001-08-27 | Let this build without pcibios. | Artur Grabowski |
2001-08-27 | sync | Chris Cappuccio |
2001-08-27 | Promise PDC20268 | Chris Cappuccio |
2001-08-26 | 2nd uninitialized variable that bit me today | Niklas Hallqvist |
2001-08-26 | Don't restrict MICROP 4421-07 quirk to a specific firmware revision | Todd C. Miller |
2001-08-26 | Uninitialized variable. | Niklas Hallqvist |
2001-08-26 | The lkkbd and lkms drivers are causing problems on several machines, | Hugh Graham |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | new | Theo de Raadt |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback |
2001-08-26 | do not panic if spl is wrong, for now; millert & art agree | Theo de Raadt |
2001-08-26 | We can now compile kernels with -Werror. | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-26 | Attempt to use the configuration and test register to tell a | Hugh Graham |
2001-08-26 | this hasn't been used for ages. kill; krw@ ok. | Federico G. Schwindt |
2001-08-26 | remove duplicate syscallargs() macros | Theo de Raadt |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | sync | Theo de Raadt |
2001-08-26 | be and le varients of syscallarg; from netbsd | Theo de Raadt |
2001-08-26 | Yup, I managed to fat finger all three of these while doing bus_dmamap_sync() | Jason Wright |
2001-08-26 | deal with 5 arg form of bus_dmamap_sync() if available | Jason Wright |
2001-08-26 | there is no need for .bak files | Theo de Raadt |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt |
2001-08-26 | Nuke annoying defopt, by popular demand. Plus you get two typos fixed | Miod Vallat |
2001-08-25 | PF ISN randomization. Or in trekkie techno-babble, ISN phase modulation. | Mike Frantzen |
2001-08-25 | Ooops. Disable accidentally comitted DEBUG. | Artur Grabowski |