Age | Commit message (Expand) | Author |
2003-04-30 | typos; | Jason McIntyre |
2003-04-30 | removed unused .Bd macro; | Jason McIntyre |
2003-04-30 | now that we use less memory we can push the boot a little higher (to help som... | Michael Shalayeff |
2003-04-30 | some notes about VOP_PRINT, VOP_STRATEGY, VOP_REALLOCBLKS, and VOP_WHITEOUT | Ted Unangst |
2003-04-30 | no need to twiddle here. it's twiddling elsewhere already | Michael Shalayeff |
2003-04-30 | oops. fixed endif in a wrong place | Michael Shalayeff |
2003-04-30 | Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550 | mouring |
2003-04-29 | some cleanup and redo ct as lf (just different dev type). saves some memory | Michael Shalayeff |
2003-04-29 | Use pci_matchbyid(). Tested by matthieu@ | Miod Vallat |
2003-04-29 | grr... %s, not dc%s | Jason Wright |
2003-04-29 | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname | Jason Wright |
2003-04-29 | remove printf from static dlctl and dlerror stubs. Return -1 if | Marco S Hyman |
2003-04-29 | Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this is | Miod Vallat |
2003-04-29 | Get rid of more unwanted pieces of code. | Miod Vallat |
2003-04-29 | Regen (omsync deprecation) | Miod Vallat |
2003-04-29 | Deprecate omsync syscall, and only enable it if COMPAT_25 is required. | Miod Vallat |
2003-04-29 | nothing uses the stuff in rxk_info, so until the overflows are fixed, skip it | Theo de Raadt |
2003-04-29 | fix the clean thursday; from tm@openbsd.ru | Michael Shalayeff |
2003-04-29 | sync | Theo de Raadt |
2003-04-29 | Fix parsing of noac option; noticed and OK by henning@ | Todd C. Miller |
2003-04-29 | add lxtphy (found on momenco boards) | Jason Wright |
2003-04-29 | KNF | Jason Wright |
2003-04-29 | hfsc example; taken from a diff Berk D. Demir <bdd at ieee.org> sent me | Henning Brauer |
2003-04-29 | document hfsc | Henning Brauer |
2003-04-29 | port 8081 -> 8021 for ftp-proxy in the examples, so it matches pf.conf | Daniel Hartmeier |
2003-04-29 | Fix logic error introduced when importing a Stevens' bug fix in r1.20; | Miod Vallat |
2003-04-29 | after freeing curp, set to NULL. fixes a crash when loading a module | Ted Unangst |
2003-04-28 | string cleaning | Theo de Raadt |
2003-04-28 | work around XOPEN decl | Theo de Raadt |
2003-04-28 | thread safe dlxxx func (for elf) part 2. This requires the latest | Marco S Hyman |
2003-04-28 | use the new display types | Jason Wright |
2003-04-28 | sync mquery. | Dale Rahn |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-28 | strncpy IS NOT strlcpy | Thierry Deval |
2003-04-28 | fix skeygetnext() | Todd C. Miller |
2003-04-28 | Don't try to close key.keyfile in -a mode, skeygetnext() will have | Todd C. Miller |
2003-04-28 | String cleanup, from beck@ | Thierry Deval |
2003-04-28 | more string cleaning; ok beck | Theo de Raadt |
2003-04-28 | string cleaning | Theo de Raadt |
2003-04-28 | return from main | Theo de Raadt |
2003-04-28 | No need to install both the "readline guide" and the "readline user's guide" | Miod Vallat |
2003-04-28 | Proper @ignore usage, to prevent yet another gnu notice to pop up by mistake | Miod Vallat |
2003-04-28 | Add a short mention about non-Sun, cgthree-compatible frame buffers, and | Miod Vallat |
2003-04-28 | strings. tdeval and I finally agree on this :) | Bob Beck |
2003-04-28 | pull in string.h | Theo de Raadt |
2003-04-28 | Prettier dmesg; henning | Miod Vallat |
2003-04-28 | plug some unbounded sscanf, still more to do | Anil Madhavapeddy |
2003-04-28 | typos; | Jason McIntyre |
2003-04-28 | string cleaning. ok millert@ tdeval@ | Ted Unangst |
2003-04-28 | advocate posix ":" for user:group. deraadt ok | Jun-ichiro itojun Hagino |