Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-21 | Fix comments. | Miod Vallat | |
2002-04-21 | Get rid of duplicate definitions with <m68k/cpu.h> | Miod Vallat | |
2002-04-21 | Add a maxusers line, and comment out xd lines. | Miod Vallat | |
2002-04-21 | Regen. | Miod Vallat | |
2002-04-21 | Add ramdisk nodes to MAKEDEV. | Miod Vallat | |
2002-04-21 | Add ramdisk support. | Miod Vallat | |
2002-04-21 | Change disklabel policy, and allow writing disklabel to any media that does | Miod Vallat | |
not carry MacOS fingerprints. Media shared with MacOS will still use the Apple partition map information, and no native BSD disklabel will be allowed on it. | |||
2002-04-21 | typo | Michael Shalayeff | |
2002-04-21 | Fix perlbdebguts, perlboot, and perlbot man pages. Noticed by Theo | Todd C. Miller | |
in the sets. | |||
2002-04-21 | sync | Theo de Raadt | |
2002-04-21 | better buf's mapping and less magic constants in checking for io space ↵ | Michael Shalayeff | |
cachability | |||
2002-04-21 | map io rw, not rwx and dmamem uncached (until sync does the flush) | Michael Shalayeff | |
2002-04-21 | Document fractional delays. | Hugh Graham | |
2002-04-21 | Add support for fractional delay values. Useful for fast updates | Hugh Graham | |
without spinning top. Cleared by millert. | |||
2002-04-21 | where is the config file now... | Theo de Raadt | |
2002-04-21 | minor cleanups, i think | Theo de Raadt | |
2002-04-21 | same cleanup as elsewhere | Theo de Raadt | |
2002-04-21 | simpleroot no longer used | Theo de Raadt | |
2002-04-21 | squish it down | Theo de Raadt | |
2002-04-21 | remove junk not needed | Theo de Raadt | |
2002-04-21 | use arch -ks instead of arch -s (on them all) | Theo de Raadt | |
2002-04-21 | remove crud | Theo de Raadt | |
2002-04-21 | shorten | Theo de Raadt | |
2002-04-21 | avoid SYMLINK on binaries | Theo de Raadt | |
2002-04-21 | spelling in error message; ok markus@ | Kevin Steves | |
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves | |
2002-04-21 | Speak English please. | Todd C. Miller | |
2002-04-21 | simpler manpage generation, using make's features. | Marc Espie | |
ok millert@ | |||
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski | |
2002-04-21 | remove some crud | Theo de Raadt | |
2002-04-21 | strip scripts; remove some crud | Theo de Raadt | |
2002-04-21 | use arch -ks; strip the MAKEDEV | Theo de Raadt | |
2002-04-21 | bit by bit i will fix this madness | Theo de Raadt | |
2002-04-21 | strip more carefully; guess what -- upgrade fits now | Theo de Raadt | |
2002-04-21 | remove MD terminal crud; done elsewhere now | Theo de Raadt | |
2002-04-21 | strip scripts when putting them on the media | Theo de Raadt | |
2002-04-21 | scsi command not needed | Theo de Raadt | |
2002-04-21 | sync | Theo de Raadt | |
2002-04-21 | use M correctly | Theo de Raadt | |
2002-04-21 | simplify | Theo de Raadt | |
2002-04-21 | few tweaks | Theo de Raadt | |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller | |
2002-04-21 | remove generated files, must blow the obj dir before build now; beck@ ok | Michael Shalayeff | |
2002-04-20 | Build pdisk for mac68k as well. | Miod Vallat | |
2002-04-20 | more meat and fixens from the weissman dude | Michael Shalayeff | |
2002-04-20 | CLK_TCK is not needed in the modern world; from espie@ | Michael Shalayeff | |
2002-04-20 | Move normalization messages from log level 'urgent' to 'misc'. | Daniel Hartmeier | |
2002-04-20 | - the set-colors OF call takes a packed array of colors value, | Matthieu Herrb | |
remove the extra padding byte in the vgafb_color struct. - store the initial colormap in vc->vc_cmap_{red,green,blue} so that it can be fetched by a WSDISPLAYIO_GETCMAP ioctl - fix the definition of the magenta color in the initial colormap. Ok, drahn@ | |||
2002-04-20 | Split out a new function askpass() and as a result | Kenneth R Westerback | |
greatly simplify both getresp() and the code around obtaining passwords. Shrinks, simplifies and makes the code clearer. From espie@. ok deraadt@ and espie@. | |||
2002-04-20 | All calls to pool_get(9) should use PR_xx flags, not M_xx. | Federico G. Schwindt | |
millert dhartmei ok. |