Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | make cvs_printf() a bit smarter, so it can be called without having | Joris Vink | |
to worry about the 'M' in server mode. OK jfb@ | |||
2005-06-02 | be gone unused init handler. | Joris Vink | |
2005-06-02 | Regen | Thorsten Lockert | |
2005-06-02 | handle commands which do not have any init callback a bit | Joris Vink | |
better, eliminates the use of dummy functions. OK jfb@ | |||
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ | |||
2005-06-02 | unbreak port floating, noticed by sean at obstacle9 dot com | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich | |
2005-06-02 | sort options | Jared Yanovich | |
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink | |
precision parameters is zero. ok tedu@ | |||
2005-06-02 | tsc, ryan left debug crap behind | Henning Brauer | |
2005-06-02 | for sysctl syscall pass the mib[] back to kdump to parse; | Michael Shalayeff | |
always print () on syscalls w/ void args even (deraadt version) | |||
2005-06-02 | - simplify usage | Jared Yanovich | |
- rearrange examples - layout tweaks - minor macro, punctuation, etc. fixes ok jmc | |||
2005-06-02 | - set LP_ABORT log level when action is abored by user instead of LP_ERR | Xavier Santolaria | |
- missing \n in output of an unchanged log message warning - always use the command name in error messages instead of aliases ok jfb@. | |||
2005-06-02 | tweaks, grammar, punctuation, typos | Jared Yanovich | |
ok jmc | |||
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright | |
extent_* functions to ensure they stay consistent - also remove some debugging crap | |||
2005-06-02 | Use the correct pointer when printing out the error message. OK henning | Chad Loder | |
2005-06-02 | Cleanup recent kroute6 additions. OK henning | Chad Loder | |
2005-06-02 | Make buf_add a no-op if length == 0. OK henning | Chad Loder | |
2005-06-02 | expand the section on pki: | Jason McIntyre | |
- list different methods available - document key-based method - move x509-based into its own section - add keynote stub section ok hshoexer@ | |||
2005-06-02 | fix Xref to self; | Jason McIntyre | |
2005-06-02 | fix some displays; | Jason McIntyre | |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre | |
ok deraadt@ | |||
2005-06-02 | Remove non-emulating wsdisplays - nothing uses them. | Miod Vallat | |
ok deraadt@ | |||
2005-06-02 | Do not compile scrollback support if option SMALL_KERNEL. | Miod Vallat | |
ok deraadt@ | |||
2005-06-02 | revert cvs_noexec checks commit, requested by jfb@. | Xavier Santolaria | |
2005-06-02 | Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer be | Kenneth R Westerback | |
required and no actual users of the relevant devices found. ok marco@ | |||
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff | |
2005-06-02 | c2k5 | Michael Shalayeff | |
2005-06-01 | Fix memory leak. OK hshoexer | Chad Loder | |
2005-06-01 | Fix memory leaks. OK hshoexer | Chad Loder | |
2005-06-01 | Typo in cut'n'paste abuse. | Miod Vallat | |
2005-06-01 | De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, other | Miod Vallat | |
kernels and platforms unaffected. ok deraadt@ | |||
2005-06-01 | De-inline a few functions if option SMALL_KERNEL, and do not compile | Miod Vallat | |
ahc_print_scb() unless option AHC_DEBUG. Saves about 3KB on alpha RAMDISK{,B}. ok deraadt@ | |||
2005-06-01 | Save errno from clobbering by clsoedir() in the err case. | Todd C. Miller | |
From Andrey Matveev; OK deraadt@ | |||
2005-06-01 | use DESTDIR for bootblock, and dd it instead | Theo de Raadt | |
2005-06-01 | Do not kill the event sink when closing a wsmouse device opened in write-only | Miod Vallat | |
mode, thus only been used to issue ioctls. This chunk was lost in r1.14; reported by Douglas Santos. | |||
2005-06-01 | sync | Theo de Raadt | |
2005-06-01 | use vm_dused for rlimit. much happier with mmap. tested by several | Ted Unangst | |
over past week. as a bonus, kills 5 XXXs. | |||
2005-06-01 | missed these in previous commits. | Joris Vink | |
2005-06-01 | remove debug code | Joris Vink | |
2005-06-01 | kjell is an evil tree-breaker | Michael Shalayeff | |
2005-06-01 | don't trust cvs_file_getpath() to get the correct path when creating | Joris Vink | |
the Repository file for subdirs, if we are not in the root directory of the repository. instead, save the parent's Repository path and reuse it when needed, this way CVS/Repository files aren't messed up with completely wrong pathnames when running "cvs update -d" in src/sys/ for example. ok xsa@ | |||
2005-06-01 | as Jason requested, be gone vtophys(). | Brad Smith | |
ok deraadt@ marco@ | |||
2005-06-01 | disable sf* too, until it is vtophys clean | Theo de Raadt | |
2005-06-01 | when creating a new directory, steal the parent its cvsroot structure if | Joris Vink | |
we cannot find one with cvsroot_get(). fixes several segfaults. tested & ok xsa@ | |||
2005-06-01 | when dumping policies, skip those attached to a socket. | Hans-Joerg Hoexer | |
ok ho | |||
2005-06-01 | This file is outdated, everything needed for setting up PKI is in the man pages | Hans-Joerg Hoexer | |
now. noticed by david@ ok ho markus | |||
2005-06-01 | put a bit spacing in, and sort the list; | Jason McIntyre | |
2005-06-01 | shuffle the sections of this page into a more logical order: | Jason McIntyre | |
initial checks, changing stuff in /etc, daemons, and kernel builds. also avoids a problem noted by walter goulet, that the page was discussing rc.conf.local changes before noting that it may have to be created. | |||
2005-06-01 | VOP_WHITEOUT() is gone, okay jmc@ | Pedro Martelletto | |