summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-09Now that len is set later in compile_subst() we need to move theTodd C. Miller
2008-10-09When adding a new user, do not move a potential yp line (+:*:::0:0::::) to theMiod Vallat
2008-10-09Skip memory areas smaller than 1 MB above the 16 MB boundary to deal withMark Kettenis
2008-10-09replace M_WAITOK with M_NOWAITCharles Longeau
2008-10-09remove unused variableCharles Longeau
2008-10-09In compile_subst(), adjust for the fact that the initial bufferTodd C. Miller
2008-10-09Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ)Theo de Raadt
2008-10-09plug memleak by calling ber_free() after sending a trap to cleanup theReyk Floeter
2008-10-09Don't strip newline when reading lines; matches the original behavior.Todd C. Miller
2008-10-09remove a dead store.Charles Longeau
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-10-09pass NULL rather than 0 for interrupt time usage to calcru()Kevin Lo
2008-10-09add -y to usage();Jason McIntyre
2008-10-09- add -d to usageJason McIntyre
2008-10-09Use the reference count in struct process to update the proc countPhilip Guenthe
2008-10-09Put a reference count in struct process to prevent use-after-freePhilip Guenthe
2008-10-09support setting PermitEmptyPasswords in a Match blockDamien Miller
2008-10-09Add fallback ioctl handlers for MTU and multicast to ether_ioctl().Brad Smith
2008-10-09stop waiting for the printer to become ready, see PR 5427 for moreTheo de Raadt
2008-10-09Use ether_ioctl().Brad Smith
2008-10-09cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08Add -y option to force logging via syslog rather than stderr.Damien Miller
2008-10-08document -d. ok millert@Martynas Venckus
2008-10-08SIOCAIFADDR can fail with EEXIST either if the local or the destinationClaudio Jeker
2008-10-08syncDamien Bergamini
2008-10-08new PCI ID for Intel WiFi Link 5350.Damien Bergamini
2008-10-08use (unsigned) in rate calculation for > 2 billion interrupts. This willTheo de Raadt
2008-10-08better commentsOleg Safiullin
2008-10-08Allow sed to handle arbitrarily long lines. Also plug a memoryTodd C. Miller
2008-10-08sync man pageYojiro Uo
2008-10-08Older IT8712F chips have 8-bit watchdog timeout counter.Oleg Safiullin
2008-10-08As the Option N.V. Globetrotter HSDPA Modem is not compatibleYojiro Uo
2008-10-08For "gunzip -N", the name stored in the gzip header has no directory,Todd C. Miller
2008-10-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
2008-10-08o chip revision is 4-bit valueOleg Safiullin
2008-10-08Correct exit codes for extra files. PR 5072.Matthias Kilian
2008-10-08Don't extend amaps beyond what their supposed maximum. This code path isArtur Grabowski
2008-10-08prevent access to output_paragraph with negative offset; PR 5518; okOtto Moerbeek
2008-10-08Get rid of the second table entry pool (pfr_kentry_pl2); we're alreadyRyan Thomas McBride
2008-10-08uhci(4) at cardbus(4) seems to work (to the same extent that ohci(4) andTheo de Raadt
2008-10-07Kill a bunch of #ifdef freebsd/netbsd code in *_drv.c. No binary change.Owain Ainsworth
2008-10-07- noieee_src: adapt complex versions of the functions it alreadyMartynas Venckus
2008-10-07Kill the linux-ready negative return codes in ``shared'' code. We handleOwain Ainsworth
2008-10-07re-enable ieeefp mode on alpha again, now that the kernel code isMartynas Venckus
2008-10-07unbreak ieeefp emulation code wrt converting double to unsignedMartynas Venckus
2008-10-07Move dev->driver over to being a pointer to a const struct, instead of stupidlyOwain Ainsworth
2008-10-07The 'l' command should not encode newlines. Also document thatTodd C. Miller
2008-10-07Make sure page 0 is selected when we initialize the PHY. Fixes problemsMark Kettenis
2008-10-07Fix memory leak bug during scope evaluation (now without introducing a bugMark Kettenis